ThreadLocalFormatCache

class ThreadLocalFormatCache(baseCacheFactory: Supplier<FormatCache> = Supplier { DefaultFormatCache() }) : FormatCache

Constructors

Link copied to clipboard
constructor(baseCacheFactory: Supplier<FormatCache> = Supplier { DefaultFormatCache() })